Click or drag to resize

ServiceRequestException Class

Class ServiceRequestException.
Inheritance Hierarchy
SystemObject
  SystemException
    Independentsoft.ExchangeServiceRequestException

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ServiceRequestException : Exception

The ServiceRequestException type exposes the following members.

Properties
  NameDescription
Public propertyBackOffMilliseconds
Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time.
Public propertyData (Inherited from Exception.)
Public propertyFaultCode
Gets the fault code.
Public propertyFaultString
Gets the fault string.
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyLine
Gets the line.
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Public propertyPosition
Gets the position.
Public propertyRequestBody
Gets the request body.
Public propertyResponseCode
Gets the response code.
Public propertyServerVersionInfo
Gets the server version information.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Public propertyXmlMessage
Gets the XML message.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ExceptionToString.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also